[merged from gtk-2-6 branch] let dash_offset shift the start of the line
authorHans Breuer <hans@breuer.org>
Sun, 3 Apr 2005 21:03:08 +0000 (21:03 +0000)
committerHans Breuer <hans@src.gnome.org>
Sun, 3 Apr 2005 21:03:08 +0000 (21:03 +0000)
commit0ba6aed77e18a5443ddb842d25f7cb0f27666a21
treeb11d315744ab0d474636dd3788348bec08befacc
parent4a6d631cc6cb1ebffecb32bfbf7ef92a53c532c4
[merged from gtk-2-6 branch] let dash_offset shift the start of the line

2005-04-03  Hans Breuer  <hans@breuer.org>

[merged from gtk-2-6 branch]
* gdk/win32/gdkdrawable-win32.c : let dash_offset shift the start of
the line pattern not the start of the line. Fixes bug #171641.

* gtk/makefile.msc.in : follow .symbols changes

* gdk/win32/gdkwindow-win32.c : declare and resolve GetAncestor()
dynamically. (It is not available in _WIN_VER <= 0x0400)

* gdk/win32/makefile.msc : removed gdkpango-win32.obj

* gtk/gtkhsv.c gtk/gtkstyle.c : use G_PI instead of M_PI

[also applied to gtk-2-6 branch]
* gdk/makefile.msc gdk-pixbuf/makefile.msc : handle gdk*alias.def

* gdk/makefile.msc.in : add gtkmnemonichash.obj

* test/testgtk.c(set_parent_signal) : use g_message instead of
g_print to keep the 'testgtk --bench=all' output clean
12 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk-pixbuf/makefile.msc
gdk/makefile.msc
gdk/win32/gdkdisplay-win32.c
gdk/win32/gdkdrawable-win32.c
gdk/win32/gdkwindow-win32.c
gdk/win32/makefile.msc
gtk/gtkhsv.c
gtk/gtkstyle.c
tests/testgtk.c